home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / sgitcl_dev.idb / usr / sgitcl / include / tclXconfig.h.z / tclXconfig.h
Encoding:
C/C++ Source or Header  |  1996-03-15  |  4.6 KB  |  190 lines

  1. /*   
  2.  *      "$Revision: 1.2 $"
  3.  *      File: tclXconfig.h
  4.  */
  5.  
  6. /* src/tclXconfig.h.  Generated automatically by configure.  */
  7. /* src/tclXconfig.h.in.  Generated automatically from configure.in by autoheader.  */
  8.  
  9. /* Define to the type of elements in the array set by `getgroups'.
  10.    Usually this is either `int' or `gid_t'.  */
  11. /* #undef GETGROUPS_T */
  12.  
  13. /* Define to `int' if <sys/types.h> doesn't define.  */
  14. /* #undef gid_t */
  15.  
  16. /* Define if your struct tm has tm_zone.  */
  17. /* #undef HAVE_TM_ZONE */
  18.  
  19. /* Define if you don't have tm_zone but do have the external array
  20.    tzname.  */
  21. #define HAVE_TZNAME 1
  22.  
  23. /* Define if you have unistd.h.  */
  24. #define HAVE_UNISTD_H 1
  25.  
  26. /* Define to `int' if <sys/types.h> doesn't define.  */
  27. /* #undef mode_t */
  28.  
  29. /* Define to `int' if <sys/types.h> doesn't define.  */
  30. /* #undef pid_t */
  31.  
  32. /* Define as the return type of signal handlers (int or void).  */
  33. #define RETSIGTYPE void
  34.  
  35. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  36. /* #undef size_t */
  37.  
  38. /* Define if your sys/time.h declares struct tm.  */
  39. /* #undef TM_IN_SYS_TIME */
  40.  
  41. /* Define to `int' if <sys/types.h> doesn't define.  */
  42. /* #undef uid_t */
  43.  
  44. /* Define if you have and need sys/select.h */
  45. /* #undef HAVE_SYS_SELECT_H */
  46.  
  47. /* Define if don't you have values.h */
  48. /* #undef NO_VALUES_H */
  49.  
  50. /* Define if your struct tm has tm_zone.  */
  51. /* #undef HAVE_TM_ZONE */
  52.  
  53. /* Define if you have the timezone variable.  */
  54. #define HAVE_TIMEZONE_VAR 1
  55.  
  56. /* Define if your struct tm has tm_tzadj.  */
  57. /* #undef HAVE_TM_TZADJ */
  58.  
  59. /* Define if your struct tm has tm_gmtoff.  */
  60. /* #undef HAVE_TM_GMTOFF */
  61.  
  62. /* Define if you don't have tm_zone but do have the external array
  63.    tzname.  */
  64. #define HAVE_TZNAME 1
  65.  
  66. /* Define if you have unistd.h.  */
  67. #define HAVE_UNISTD_H 1
  68.  
  69. /* Define as the return type of signal handlers (int or void).  */
  70. #define RETSIGTYPE void
  71.  
  72. /* Define if your sys/time.h declares struct tm.  */
  73. /* #undef TM_IN_SYS_TIME */
  74.  
  75. /* Define to `int' if <sys/types.h> doesn't define.  */
  76. /* #undef uid_t */
  77. /* #undef gid_t */
  78. /* #undef pid_t */
  79. /* #undef mode_t */
  80. /* #undef time_t */
  81.  
  82. /* Define to the type of elements in the array set by `getgroups'.
  83.    Usually this is either `int' or `gid_t'.  */
  84. /* #undef GETGROUPS_T */
  85.  
  86. /* Define if you do not have dirent.h */
  87. /* #undef NO_DIRENT_H */
  88.  
  89. /* Define if you do not have readdir but you do have V7-style directories */
  90. /* #undef USE_DIRENT2_H */
  91.  
  92. /* Define if you do not have float.h */
  93. /* #undef NO_FLOAT_H */
  94.  
  95. /* Define if you do not have limits.h */
  96. /* #undef NO_LIMITS_H */
  97.  
  98. /* Define if you do not have stdlib.h */
  99. /* #undef NO_STDLIB_H */
  100.  
  101. /* Define if you do not have string.h */
  102. /* #undef NO_STRING_H */
  103.  
  104. /* Define if you do not have sys/time.h */
  105. /* #undef NO_SYS_TIME_H */
  106.  
  107. /* Define if you do not have sys/wait.h */
  108. /* #undef NO_SYS_WAIT_H */
  109.  
  110. /* Define if time.h can be included with sys/time.h */
  111. #define TIME_WITH_SYS_TIME 1
  112.  
  113. /* Define if wait does not return a union */
  114. /* #undef NO_UNION_WAIT */
  115.  
  116. /* Define if "times" returns the elasped real time */
  117. #define TIMES_RETS_REAL_TIME 1
  118.  
  119. /* Define if gettimeofday is not available */
  120. /* #undef NO_GETTOD */
  121.  
  122. /* Define if errno.h is not available */
  123. /* #undef NO_ERRNO_H */
  124.  
  125. /* Define if fd_set is not defined. */
  126. /* #undef NO_FD_SET */
  127.  
  128. /* Define if you have catgets.  */
  129. #define HAVE_CATGETS 1
  130.  
  131. /* Define if you have getcwd.  */
  132. #define HAVE_GETCWD 1
  133.  
  134. /* Define if you have select.  */
  135. #define HAVE_SELECT 1
  136.  
  137. /* Define if you have setitimer.  */
  138. #define HAVE_SETITIMER 1
  139.  
  140. /* Define if you have setlinebuf.  */
  141. #define HAVE_SETLINEBUF 1
  142.  
  143. /* Define if you have sigaction.  */
  144. #define HAVE_SIGACTION 1
  145.  
  146. /* Define if you have setpgid.  */
  147. #define HAVE_SETPGID 1
  148.  
  149. /* Define if you have bzero.  */
  150. #define HAVE_BZERO 1
  151.  
  152. /* Define if you have bcopy.  */
  153. #define HAVE_BCOPY 1
  154.  
  155. /* Define if you have gethostbyname.  */
  156. #define HAVE_GETHOSTBYNAME 1
  157.  
  158. /* Define if you have fsync.  */
  159. #define HAVE_FSYNC 1
  160.  
  161. /* Define if you have getpriority.  */
  162. #define HAVE_GETPRIORITY 1
  163.  
  164. /* Define if you have gettimeofday.  */
  165. #define HAVE_GETTIMEOFDAY 1
  166.  
  167. /* Define if you have the X11_s library (-lX11_s).  */
  168. /* #undef HAVE_X11_S */
  169.  
  170. /* Define if you have the X11 library (-lX11).  */
  171. /* #undef HAVE_X11 */
  172.  
  173. /* Define if you have the Xwindow library (-lXwindow).  */
  174. /* #undef HAVE_XWINDOW */
  175.  
  176. /* Define if you have the Xbsd library (-lXbsd).  */
  177. /* #undef HAVE_XBSD */
  178.  
  179. /* Define if you have the socket library (-lsocket).  */
  180. /* #undef HAVE_SOCKET */
  181.  
  182. /* Define if you have the nsl library (-lnsl).  */
  183. /* #undef HAVE_NSL */
  184.  
  185. /* Define if you have the sun library (-lsun).  */
  186. /* #undef HAVE_SUN */
  187.  
  188. /* Define if you have the c_s library (-lc_s).  */
  189. /* #undef HAVE_C_S */
  190.